golang.org/x/exp/apidiff.differ.compatible (method)
7 uses
golang.org/x/exp/apidiff (current package)
apidiff.go#L64: func (d *differ) compatible(obj types.Object, part, format string, args ...interface{}) {
apidiff.go#L90: d.compatible(newobj, "", "added")
apidiff.go#L138: d.compatible(old, "", "changed from func to var")
compatibility.go#L51: d.compatible(otn, "", "removed direction")
compatibility.go#L66: d.compatible(otn, "", "changed from %s to %s", old, new)
compatibility.go#L256: d.compatible(obj, name, "added")
compatibility.go#L325: d.compatible(newMethod, "", "added")